Skip to main content
GET
Retrieve user group model roles

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

userGroupId
string
required

The ID of the user group to retrieve model roles for.

Query Parameters

modelId
string<uuid>

Filter results to a specific model ID. If not provided, returns roles for all models the user group has access to.

connectionId
string<uuid>

Filter results to models from a specific connection. If not provided, returns roles for all connections.

Response

User group model roles retrieved successfully.

userGroupId
string

The ID of the user group.

results
object[]

Array of role assignments for the user group.