Users
The User object represents an individual user in the Marketplace platform. This object contains the following properties:
id
string
Primary user identifier.
Example: USR-1671-0642
href
string
Relative reference to the object in the API
Example: /v1/accounts/users/USR-1671-0642
string
The email address of the user.
Example: will.smith@softwareone.com
status
string
Status of the user.
A user can have the Invited or InvitationExpired status only if they haven't joined the account.
name
string
Name of the user.
Example: Will Smith
firstName
string
First name of the user.
Example: Will
lastName
string
Last name of the user.
Example: Smith
phone
object
Country code and phone number of the user.
Example:
SSO
bool
Flag if a user logs in using SSO.
Example: true
acceptedTerms
bool
Flag if the user has accepted the terms and conditions.
Example: true
accounts
List of accounts to which the user has been added, not included in the user's account sub-collection.
Example:
groups
Groups that the user belongs to.
Example:
invitation
object
Added only in context of account (on account sub-collection), and only in case of user being invited.
Example:
invitation.code
string
The invitation code sent to user to invite them to the platform.
Example: 910B14E6CB2343A09CB32F24BBC4BEF1
invitation.status
string
Invitation status for the user in the account.
Example: Invited
audit
object
Represents the audit object.
Example:
Example
Last updated
Was this helpful?