get https://{server}{path}/Schemas
Gets all Lucid resource schemas.
Responses
401Unauthorized. Occurs if the bearer token is invalid.
Gets all Lucid resource schemas.
401Unauthorized. Occurs if the bearer token is invalid.
xxxxxxxxxx
curl --request GET \
--url https://users.lucid.app/scim/v2/Schemas \
--header 'accept: application/json'
xxxxxxxxxx
32}
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"totalResults": 1,
"startIndex": 1,
"itemsPerPage": 50,
"Resources": [
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:User"
],
"id": "urn:ietf:params:scim:schemas:core:2.0:Group",
"name": "Group",
"description": "A group of users",
"attributes": [
{
"name": "id",
"type": "type",
"multiValued": false,
"description": "A way to identify the user",
"required": false,
"caseExact": false,
"mutability": "readOnly",
"returned": "always",