Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
2023-04-10
cURL
curl --request GET \ --url https://cockroachlabs.cloud/api/scim/v2/ServiceProviderConfig \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "authenticationSchemes": [ { "description": "<string>", "documentationUri": "<string>", "name": "<string>", "primary": true, "specUri": "<string>", "type": "<string>" } ], "bulk": { "maxOperations": 123, "maxPayloadSize": 123, "supported": true }, "changePassword": { "supported": true }, "etag": { "maxResults": 123, "supported": true }, "filter": { "maxResults": 123, "supported": true }, "meta": { "created": "<string>", "lastModified": "<string>", "location": "<string>", "resourceType": "<string>" }, "schemas": [ "<string>" ], "sort": { "supported": true } }
{ "code": 123, "details": [ { "@type": "<string>" } ], "message": "<string>" }
This endpoint may be used by any member of the organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A successful response.
Show child attributes