SenseCrypt Docs
API ReferenceAdmin Oidc Apps

Get Oidc App Groups

GET/v1/admin/oidc-apps/{client_id}/groups

List groups attached to this app. Soft-deleted groups are filtered out so a detached-via-soft-delete group never lingers on the read shape.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

client_id*Client Id

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/admin/oidc-apps/string/groups"
{  "groups": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "name": "string",      "member_count": 0    }  ]}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}