Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

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

...

When using REST services to create and manage users, a user JSON model needs to be provided. This is the format of the User JSON model:

Code Block
{

“userId": “user1",

"emailAddress": "user1@yellowfin.com.au",

"roleCode": "Consumer & Collaborator",

"password": "secr3t",

"firstName": "User",

"lastName": "One",

"languageCode": "EN",

“timeZoneCode": "AUSTRALIA/SYDNEY",

 }

When editing or creating users, populate the model with required attributes. Users can be given a First Name, Last Name, Username and Email address, as well as specifying language and timezone settings.

...