Describe a SAML user within an account
Describe a SAML user within an account.
The response body contains the SAML user details.
Something about your request didn't quite make sense. The error message should help you figure out what went wrong.
Unauthorized
You tried to do something that you're not allowed to do. Check your privileges to see what you're actually allowed to do. This could also mean that your token has expired.
The resource you were looking for doesn't exist.
You have made too many requests too quickly. Check the Retry-After
header for an indication of when you might be able to try again.
Something has gone terribly wrong. Sorry! The error message may help you figure out what went wrong, but it's unlikely that you'll be able to do anything about it unless you're the server administrator. It's possible that trying again will help, but it's more likely that you're out of luck for the moment.
The service is temporarily unavailable, likely due to maintenance. It should be available soon, check the Retry-After
header for an indication of when you might be able to try again.
- 200
- 400
- 401
- 404
- 500
- 503
{- "subject": "user.one@example.com",
- "urn": "urn:cloudone:identity:us-1:012345678901:saml-user/d9ce107844a0f255e38a43b787de2d3a7ac27315fb4985d52e2bbdf8e8d00d1a",
- "roleID": "full-access",
- "created": "2020-04-01T00:00:00Z",
- "lastModified": "2020-04-01T00:00:00Z"
}
List SAML users
List SAML users.
query Parameters
List of SAML users.
Something about your request didn't quite make sense. The error message should help you figure out what went wrong.
Unauthorized
You tried to do something that you're not allowed to do. Check your privileges to see what you're actually allowed to do. This could also mean that your token has expired.
You have made too many requests too quickly. Check the Retry-After
header for an indication of when you might be able to try again.
Something has gone terribly wrong. Sorry! The error message may help you figure out what went wrong, but it's unlikely that you'll be able to do anything about it unless you're the server administrator. It's possible that trying again will help, but it's more likely that you're out of luck for the moment.
The service is temporarily unavailable, likely due to maintenance. It should be available soon, check the Retry-After
header for an indication of when you might be able to try again.
- 200
- 400
- 401
- 500
- 503
{- "users": [
- {
- "subject": "user.one@example.com",
- "urn": "urn:cloudone:identity:us-1:012345678901:saml-user/d9ce107844a0f255e38a43b787de2d3a7ac27315fb4985d52e2bbdf8e8d00d1a",
- "roleID": "full-access",
- "created": "2020-04-01T00:00:00Z",
- "lastModified": "2020-04-01T00:00:00Z"
}
], - "next": "dGhpcyB2YWx1ZSBpcyBvcGFxdWUsIGRlY29kaW5nIGl0IHdvbid0IGJlIHVzZWZ1bAo="
}