Query parameters
-
extra information of each user on the list
-
maximum count of the user list
-
skip that many users before beginning to return
PUT
/userGroups
curl \
--request PUT 'https://identity.zerionsoftware.com/v1/userGroups' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '[
{
"id": "6e72b386ac43d1414e59188b",
"description": "Description 1"
},
{
"id": "6e72b386ac43d1414e59188c",
"description": "Description 2"
}
]'
Request examples
Example1
[
{
"id": "6e72b386ac43d1414e59188b",
"description": "Description 1"
},
{
"id": "6e72b386ac43d1414e59188c",
"description": "Description 2"
}
]
{
"description": "Description"
}
Response examples (200)
[
{
"id": "6e72b386ac43d1414e59188b"
},
{
"id": "6e72b386ac43d1414e59188c"
}
]