Users
Create and invite a new user
List users with pagination
Retrieve a user by ID
Update a user
Revoke user access
Reactivate a user
ModelsExpand Collapse
class UserInviteResponse: …Response for inviting a user to Viewer. Level is restricted to admin/member since owners cannot be invited via API.
Response for inviting a user to Viewer. Level is restricted to admin/member since owners cannot be invited via API.
Whether the user can access the dashboard interface. Required for admin users
Timestamp of user’s last login, null if never logged in
class UserListResponse: …A user in the Viewer system with study management permissions
A user in the Viewer system with study management permissions
Whether the user can access the dashboard interface. Required for admin users
Timestamp of user’s last login, null if never logged in
class UserRetrieveResponse: …A user in the Viewer system with study management permissions
A user in the Viewer system with study management permissions
Whether the user can access the dashboard interface. Required for admin users
Timestamp of user’s last login, null if never logged in
class UserUpdateResponse: …A user in the Viewer system with study management permissions
A user in the Viewer system with study management permissions
Whether the user can access the dashboard interface. Required for admin users
Timestamp of user’s last login, null if never logged in
UsersInvitations
List user invitations
Retrieve an invitation by ID
Update an invitation
Revoke an invitation
ModelsExpand Collapse
class InvitationListResponse: …A pending user invitation in the Viewer system
A pending user invitation in the Viewer system
User ID of the person who sent the invitation. Format: usr_{32-hex-chars}. Null if invited via API
User access level. ‘owner’ has full control (dashboard-only, not assignable via API), ‘admin’ can manage users/settings, ‘member’ has standard access.
User access level. ‘owner’ has full control (dashboard-only, not assignable via API), ‘admin’ can manage users/settings, ‘member’ has standard access.
Pre-generated user ID for this invitation. Format: usr_{32-hex-chars}. This ID is assigned at invitation creation and will become the user’s permanent ID upon acceptance
class InvitationRetrieveResponse: …A pending user invitation in the Viewer system
A pending user invitation in the Viewer system
User ID of the person who sent the invitation. Format: usr_{32-hex-chars}. Null if invited via API
User access level. ‘owner’ has full control (dashboard-only, not assignable via API), ‘admin’ can manage users/settings, ‘member’ has standard access.
User access level. ‘owner’ has full control (dashboard-only, not assignable via API), ‘admin’ can manage users/settings, ‘member’ has standard access.
Pre-generated user ID for this invitation. Format: usr_{32-hex-chars}. This ID is assigned at invitation creation and will become the user’s permanent ID upon acceptance
class InvitationUpdateResponse: …A pending user invitation in the Viewer system
A pending user invitation in the Viewer system
User ID of the person who sent the invitation. Format: usr_{32-hex-chars}. Null if invited via API
User access level. ‘owner’ has full control (dashboard-only, not assignable via API), ‘admin’ can manage users/settings, ‘member’ has standard access.
User access level. ‘owner’ has full control (dashboard-only, not assignable via API), ‘admin’ can manage users/settings, ‘member’ has standard access.
Pre-generated user ID for this invitation. Format: usr_{32-hex-chars}. This ID is assigned at invitation creation and will become the user’s permanent ID upon acceptance