Set Applications to User

Set Applications for an existing user, using a valid management key.

This API endpoint allows you to set the associated Applications for a user.

See also

Endpoint Authentication

Use authorization bearer header with the following format:

Authorization: Bearer <ProjectId:ManagementKey>

SecurityAuthProjectIdMgmtKey
Request
Request Body schema: application/json
required
loginId
string
ssoAppIds
Array of strings
Responses
200

OK

post/v1/mgmt/user/update/ssoapp/set
Request samples
Response samples
application/json
{
  • "user": {
    }
}