Groups
Returns a group or a list of groups that matches the query
Returns a JSON with a group or groups that matches the query
GET
http(s)://myThinfinity:[Port]/__ds@[your-domain]__/dirsvc/api/v1/groups/
Path Parameters
Name
Type
Description
*
String
Returns all groups in a Domain
myGroup
String
Returns a specific group
myGr*
String
Returns all groups that matches all letters behind the asterisk
Headers
Name
Type
Description
Authorization*
String
Bearer TOKEN
Returns a BOOL with a User's group membership
POST
http(s)://myThinfinity:[Port]/__ds@[your-domain]__/dirsvc/api/v1/groups/ismemberof
Headers
Name
Type
Description
Authorization
String
Bearer TOKEN
Request Body
Name
Type
Description
member-group*
String
User's group membership
Request Example :
Last updated
Was this helpful?