szymon_dybczak
Esteemed Contributor III

Hi @ECCBV ,

Which endpoint do you use? The following one will list for you all groups:

List groups

/api/2.1/accounts/{account_id}/scim/v2/Groups

 

szymon_dybczak_0-1764583823626.png

Now, if you want to list a members of the group you need to use following endpoint and provide group_id parameter:

Get group details

/api/2.1/accounts/{account_id}/scim/v2/Groups/{id}

szymon_dybczak_1-1764583906913.png