Skip to main content

List Users in Group

GET 

/org/:orgId/groups/:groupId/users

Get the list of users that exist in this group

Request

Path Parameters

    orgId stringrequired

    The Organization ID (UUID) for which you are querying.

    groupId stringrequired

    The Group ID (UUID) for which you are querying.

Responses

Success.

Schema

    any

Loading...