latestOpenAPI 3.0.0Commercialraw.githubusercontent.com2022-08-0911645127.8 KB

7c193c1fcd5c

Account

Create a new SSO group mapping

post/account/sso/groups

Request body

idstring uuid required
group_idstring uuid required
group_namestring
sso_attributestring required
sso_valuestring required
descriptionstring
created_by_emailstring
created_atinteger
updated_atinteger

Example request

{
  "id": "f6cfb91a-52ea-4a86-bf9a-5a891a26f52b",
  "group_id": "2b096711-4d28-4417-8635-64af4f62c1ae",
  "group_name": "Viewers Group",
  "sso_attribute": "basic-attribute",
  "sso_value": "basic-attribute-value",
  "description": "Maps basic-attribute to Viewers Group",
  "created_by_email": "jsmith@example.com",
  "created_at": 1576300370,
  "updated_at": 1576300370
}

Response

— unresolved $ref