As a group's name can change, use of groupId is recommended to identify a group. The name of the group. This parameter cannot be used with the groupId parameter.
groupId
stringÂ
optional
The ID of the group. This parameter cannot be used with the groupName parameter.
username
stringÂ
optional
This parameter is no longer available. See the deprecation notice for details.
accountId
stringÂ
required
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.
Responses
🟢200Returned if the request is successful.
application/json
Body
object {0}
🟠400Returned if:
* `groupName` is missing.
* `accountId` is missing.
🟠401Returned if the authentication credentials are incorrect or missing from the request.
🟠403Returned if the user does not have the necessary permission.
🟠404Returned if the group or user are not found.