GET
/
v2.01
/
{ClientId}
/
clients
/
ssos
/
{SsoId}
{
    "Id": "14446007",
    "FirstName": "Alex",
    "LastName": "Smith",
    "Tag": "Custom meta",
    "Active": true,
    "Email": "alex.smith@example.com",
    "ClientId": "sandboxalex",
    "InvitationStatus": "SENT",
    "PermissionGroupId": "WRITE",
    "LastLoginDate": null,
    "CreationDate": 1646232844
}

Path parameters

SsoId
string

The unique identifier of the SSO object.

Responses

{
    "Id": "14446007",
    "FirstName": "Alex",
    "LastName": "Smith",
    "Tag": "Custom meta",
    "Active": true,
    "Email": "alex.smith@example.com",
    "ClientId": "sandboxalex",
    "InvitationStatus": "SENT",
    "PermissionGroupId": "WRITE",
    "LastLoginDate": null,
    "CreationDate": 1646232844
}