POST https://api.getpostman.com/scim/v2/Groups
Creates a new user group in Qodex and creates a new account for each group member. Each account is added to your Qodex team and authentication is activated for each user. If an existing Qodex account uses an email that matches a group member's email ID, an email invite to join your Qodex team is sent to that user. Once the user accepts the invite, they'll be added to your team. By default, the system assigns new users the developer role. You can [update user roles in Qodex]
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Authorization
|
string |
RESPONSES
status Created
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:Group"
],
"id": "561631fq14ed41872a8eea4c8aa2b38cda9749812cc55c00",
"displayName": "Test-API",
"members": [
{
"value": "b1c794f24f4c49f4b5d503a4cb2686ea",
"display": "Taylor Lee"
}
],
"externalId": "1234",
"meta": {
"resourceType": "Group",
"created": "2022-02-22T04:24:13.000Z",
"lastModified": "2022-02-22T04:24:13.000Z"
}
} |
ENDPOINTS