Mining Pool/API Documentation/Workspaces
Add member to group
Adds a member to a workspace group. Members may need to be approved, so an action is returned from this request. The action can be used to track the progress of the approval, if required.
Authorization
authorization
<token>Use your API key here.
In: header
Request Body
application/json
RequiredRequest body for inviting a member to a group.
email
RequiredstringThe email of the user to invite
Format:
"email"
role
RequiredstringRole of the user in the group
Value in:
"STANDARD" | "ADMIN"
Path Parameters
group_id
RequiredstringAn alternate shortcut for specifying subaccounts. Can be used in place of subaccount_names
Format:
"uuid"
Response with the invite member action created