Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fill in missing formats

...

FieldDescriptionFormatRequiredField TypeNotes
isCurrentIndicates if the User resource is that of the current accessing user.booleanfalsedefault
emailAddressThe end user's email address.stringtruedefaultThis is the email address they use to login into Actionstep and general to all system they have access to.
isActiveIf the end user is active.booleantruedefault
hasAuthorityIf the user has authority to make billing changes.booleantruedefault
participantThe associated participants resource for the end user.stringtruelink
roleThe associated roles resource for the end user.stringtruelink
divisionThe associated divisions resource for the end user.stringtruelink
defaultRateThe associated rates resource for the end user.stringfalselink
rateThe associated rates resource for the end user.stringfalselink
defaultUtbmsTimekeeperCodeThe associated utbmscodes resource for the end user.stringfalselink


Tip
titleMenu Permissions

Include the "roles" link template to find out what menu items the current user has access to and set these accordingly in your app.
.../api/rest/user/current?include=role

...