Groups (v1)
Last updated
Was this helpful?
Last updated
Was this helpful?
/group/{groupId}/tags
The group ID. The API_KEY
must have access admin to this group.
4a18d42f-0706-4ad0-b127-24078731fbed
The number of results to return (the default is 1000).
10
The offset from which to start returning results from.
1
application/json
application/json
/group/{groupId}/tags/delete
The group ID. The API_KEY
must have access admin to this group.
4a18d42f-0706-4ad0-b127-24078731fbed
Valid tag key.
Valid tag value.
force delete tag that has entities (default is false
).
{"key":"","value":"","force":false}
/group/{groupId}/settings
The group ID. The API_KEY
must have admin access to this group.
b61bc07c-27c6-42b3-8b04-0f228ed31a67
The new session length for the group in minutes. This must be an integer between 1 and 43200 (30 days). Setting this value to null will result in this group inheriting from the global default of 30 days.
{"sessionLength":50,"requestAccess":{"enabled":true}}
/group/{groupId}/settings
The group ID. The API_KEY
must have admin access to this group.
b61bc07c-27c6-42b3-8b04-0f228ed31a67
application/json
application/json
/group/{groupId}/roles
The group ID. The API_KEY
must have READ access to this group.
a060a49f-636e-480f-9e14-38e773b2a97f
application/json
application/json
/group/{groupId}/orgs
The group ID. The API_KEY
must have READ access to this group and LIST organizations access in this group.
a060a49f-636e-480f-9e14-38e773b2a97f
The number of results to return (maximum is 100).
100
For pagination - offset (from which to start returning results).
1
Only organizations that have a name that starts with this value (case insensitive) will be returned.
my
application/json
application/json
/group/{groupId}/org/{orgId}/members
The group ID. The API_KEY
must have access admin to this group.
4a18d42f-0706-4ad0-b127-24078731fbed
The organization ID we want to add the member to. The API_KEY
must have access to this organization.
4a18d42f-0706-4ad0-b127-24078731fbed
The id of the user.
The role of the user, "admin" or "collaborator".
{"userId":"","role":""}
No body
Note: Requests to this endpoint are limited to one per minute. Additional requests within this time will receive a
429 Too Many Requests
response.
/group/{groupId}/members
The group ID. The API_KEY
must have access admin to this group.
4a18d42f-0706-4ad0-b127-24078731fbed
application/json
application/json