Versions Compared

Key

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

...

If successful, you will be returned a UserResponse object containing the following fields:

PropertyTypeDescription
idIntegerThe Club OS unique user id.
firstNameStringThe first name of the user.
lastNameStringThe last name of the user.
clientsList<UserResponse>A list of clients assigned to the user (for staff only). This is used to populate the client selection feature.
Failure Response

If your request fails, you will receive a Response object containing the following:

PropertyTypeDescription
statusBooleanWill always be false.
responsesResponseMessage[]An array of ResponseMessage objects describing the error.