Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterTypeDescription
token (required)stringAccess token. You can obtain a token by making a request
acitvityDate[startDate] (optional)string

If this parameter is used, only users belonging to the specified group will be retrieved

If the activityDate parameter is not passed, the billing period value from the subscription is taken.

acitvityDate[endDate] (optional)string

If the activityDate parameter is not passed, the billing period value from the subscription is taken

...

ParameterTypeDescription
usersUserProfile[]

An array containing user profiles.The UserProfile object has the same properties as the getUserProfile method

nextPageTokenstringThe token needed to continue to the next page
workLeaveStatus (optional)string

A work leave status. An array with the following parameters:

  • workLeaveReason  
    Reasons for work leave status
  • startDate
    The work leave status start date. You can add it in the yyyy-mm-dd format
  • endDate
    The work leave status end date. You can add it in the yyyy-mm-dd format

...