- Print
- DarkLight
b2_list_group_members
- Print
- DarkLight
Lists active Group members for a specific groupId
.
There is a limit of 5,000 Group members per Group.
An account authorization token, obtained from b2_authorize_account.
The accountId
of the Group admin. This account must be authorized for the Partner API.
The groupId
of the Group to list Group members.
The first email address of the Group member to return. If there are no Group members with this name, the first Group member after the given email address will be the first in the list.
The maximum number of Group members to return from this call. The default value is 100, and the maximum is 1000. Passing in 0 means to use the default of 100.
The request succeeded.
The unique ID of the Group from which the account was ejected.
The Group name of the Group from which the account was ejected.
If more Group members exist, the next email address to use as the startingEmail
for the query. The value will be Null
if no more Group members exist.
A list of ACCEPTED Group members.
The accountId
for the Group member.
The structure for Backblaze B2 statistics if the Group has the Backblaze B2 product enabled, generated once a day.
The unique ID of the Group for which the new account was added as a Group member.
The Group name of the Group for which the new account was added as a Group member.
The email address of the new account.
The region for which the new account's data will reside.
The endpoint domain for the Backblaze S3 compatible API. The endpoint has the format s3.us-west.backblazeb2.com or s3.eu-central.backblazeb2.com
status | code | description |
---|---|---|
400 | bad_request | The request had the wrong fields or illegal values. The message returned with the error will describe the problem. |
The numeric HTTP status code. Always matches the status in the HTTP response.
A single-identifier code that identifies the error.
A human-readable message, in English, saying what went wrong.
status | code | description |
---|---|---|
401 | invalid_group_id | The groupId is invalid, the Group has been deleted, the Group admin is not a Group admin for the Group. |
401 | out_of_range | maxMemberCount is out of range. |
401 | unauthorized | The auth token used is valid, but does not authorize this call with these parameters. The capabilities of an auth token are determined by the Application Key used with b2_authorize_account. |
401 | bad_auth_token | The auth token used is not valid. Call b2_authorize_account again to either get a new one, or an error message describing the problem. |
401 | expired_auth_token | The auth token used has expired. Call b2_authorize_account again to get a new one. |