Dashboard permissions
Update an SSO
PUT
/
v2.01
/
{ClientId}
/
clients
/
ssos
/
{SsoId}
This call may be used to deactivate an SSO access by updating the Active
parameter to false
.
Path parameters
SsoId
string
The unique identifier of the SSO object.
Body parameters
FirstName
string
requiredMax. length: 100 characters
The first name of the Dashboard user.
LastName
string
requiredMax. length: 100 characters
The last name of the Dashboard user.
Tag
string
Max. length: 255 characters
Custom data that you can add to this object.
PermissionGroupId
string
requiredThe Id
of the Permission Group object associated with the Dashboard user. Identifiers for default permission groups are ADMIN, WRITE, and READ.
Active
boolean
Whether or not the SSO is active.
Responses
Was this page helpful?