Skip to content
On this page

User Object Reference

 

This User object describes a registered user.

json
  {
    "UserName" : "sallydoe@company.com",
    "Status" : "Active", 
    "Role" : "TrialUser", 
    "FirstName" : "Sally", 
    "LastName" : "Doe",
    "Organization" : "Sally's Company",
    "ApiExpirationDate" : "2023-01-31T00:00:00Z",
    "DaysRemaining" : 30,
    "Created": "2023-01-01T00:00:00Z",
    "Timestamp": "2023-01-18T09:42:58Z"
  }

Attributes

UserName - string
Lowercase rendering of the user's email address.
Status - string
Valid status codes are:
User status codes
StatusDescription
PendingAwaiting user email confirmation
ActiveUser may execute Key is valid for use
InactiveA user whose organization has an account setup to use Zypr, but has not yet been granted priviledges by the organization's account administrator
Activation code expiredThe activation code email to user has expired
Api key expiredAPI key is no longer valid
Customer subscription expiredUser's API key expiry corresponds to their organizations subscription term, which has expired
Role - string
Role of user. Valid roles are:
Valid user roles
RoleDescription
AnonymousAn unregistered user
Trial UserA user whose organization does not have an account setup to use Zypr
UserA user who has been setup by their organization's account administrator as a named user, which grants them permissions corresponding to their organization's account
AccountAdminA user who is responsible for their organization's enterprise-wide account administration
FirstName - string
First name of user.
LastName - string
Last name of user.
Organization - string
Company or entity of user.
ApiKeyExpirationDate - datetime
Expiration date of user's Api Key.
DaysRemaining - integer
Number of days remaining before Api Key expires.
Created - datetime
Date user account was created.
Timestamp - datetime
Date when user record was created.

Ravello Analytics, LLC