Endpoints - Groups
Dernière mise à jour
Cet article vous a-t-il Γ©tΓ© utile ?
Dernière mise à jour
Cet article vous a-t-il Γ©tΓ© utile ?
List Group members
/v1/groups/{groupId}/spotMembers
The id of the group
The page number in a paginated set of results
The limit of results to be returned per page
The emails of spot member to include in the result
The firstnames of spot member to include in the result
The lastnames of spot member to include in the result
The roles of spot member to include in the result
Spot members where registration date is before a specific date (Unix timestamp format)
Spot members where registration date is after a specific date (Unix timestamp format)
Add member to a group
/v1/groups/{groupId}/spotMembers
The id of the group
An uuid representing the unique identifier of the spot member to add to the group
No body
Create a group
/v1/groups
The name of the group
The description of the group
The emoji of the group
List groups
/v1/groups
The page number in a paginated set of results
The limit of results to be returned per page
Get a group by a specific name
Get a group that contains this name
Delete a group
/v1/groups/{groupId}
The id of the group
No body
Update a group
/v1/groups/{groupId}
The id of the group
The name of the group
The description of the group
The emoji of the group
Get a group
/v1/groups/{groupId}
The id of the group
Add members to a group
/v1/groups/{groupId}/spotMembers~bulkAdd
The id of the group
An array of strings representing the unique identifiers of spot members to add to group
Remove members from a group
/v1/groups/{groupId}/spotMembers~bulkRemove
ID of the group
An array of strings representing the unique identifiers of spot members to remove from group
Create multiple groups
/v1/groups~bulkCreate
The name of the group
The description of the group
The emoji of the group