Group Management
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
Name of the group (must follow group name rules described above).
developers-teamList of user IDs to add as group members (preferred method).
Do not provide this if using groupMemberEmailAddresses.
["507f1f77bcf86cd799439011","507f1f77bcf86cd799439012"]List of email addresses of group members to add (alternative method).
Do not provide this if using groupMemberUserIds.
["[email protected]","[email protected]"]Group created successfully.
Group creation completeBad request (invalid input).
Group already exists.
Internal server error.
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
The name of the group to retrieve (case-sensitive, must match exactly). Must meet the group name validation rules.
developers-teamSuccessfully retrieved group information.
Name of the group.
developers-teamType of the group (usually "user").
userIndicates whether the group is synced with external systems.
falseNumber of members in the group.
2Bad Request - Invalid group name provided.
Group not found.
Internal server error.
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
The name of the group to delete (case-sensitive, must match exactly).
developers-teamGroup deleted successfully.
Confirmation message with deletion status.
Group deletion completed: trueBad Request - Invalid group name or validation error.
Group not found.
Unprocessable Entity - Missing required parameters.
Internal server error.
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
Optional filter to search for groups by name (case-insensitive). Matches any part of the group name.
Note: This parameter is ignored if the id parameter is provided.
devComma-separated list of group IDs (names) to retrieve specific groups.
Example: id=My Group Name, Other Group Name
Note: Group names are case-insensitive for matching.
Successfully retrieved groups.
Name of the group.
developers-teamType of the group.
userIndicates whether the group is synced with external systems.
falseNumber of members in the group.
5Internal Server Error.
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
The name of the group to get memberships for (case-sensitive).
developers-teamSuccessfully retrieved group memberships.
Array of group members, each represented as either a string (email address) or a complete user object.
Email address only (when user details are not available).
[email protected]Bad request or validation error.
Group not found.
Internal server error.
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
The name of the group to replace members in (case-sensitive).
developers-teamList of identifiers (either all email addresses or all user IDs) that will become the new group members. Send an empty array to remove all members.
Valid email address.
Valid user ID.
Members replaced successfully.
Success message.
Group membership replacement completed successfully.Detailed result of the operation.
Members replaced successfully.List of identifiers that were successfully added.
["[email protected]","[email protected]"]Bad request (invalid input).
Internal server error.
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
The name of the group to remove members from (case-sensitive)
developers-teamList of identifiers (either all email addresses or all userIds) of members to remove
Email address of a user
Unique database ID of a user
Members removed successfully
Success message
Group membership update completed successfullyDetailed result of the operation
Members removed successfullyList of identifiers that were successfully removed
["[email protected]","[email protected]"]Bad request (invalid input)
Group not found
Internal server error
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
The name of the group to add members to (case-sensitive)
developers-teamList of identifiers (either all email addresses or all userIds) of members to add
Email address of a user
Unique Opsera User ID
Members added successfully
Success message
Group membership update completed successfullyDetailed result of the operation
Members added successfullyList of identifiers that were successfully added
["[email protected]","[email protected]"]Bad request (invalid input)
Group not found
Internal server error
Last updated

