post https://ironcladapp.com/scim/v2/Groups
Documentation on creating a Group via SCIM.
OAuth Scope required: scim.groups.createGroups
Log in to see full request history
Responses
Documentation on creating a Group via SCIM.
OAuth Scope required: scim.groups.createGroups
xxxxxxxxxx
11curl --request POST \
--url https://ironcladapp.com/scim/v2/Groups \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:Group"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: