MemberAddRequest
Request to add an existing user to a network. user_id must be an existing user; role is the membership role to grant (admin or viewer). The added member is immediately active --- this is a mechanical role assignment, not an email invitation.
user_idstringnullable
Id of an existing user to add to the network
Example:
7Hb2Kp9QvL3mNx0R8tZ4rolestringnullable
Network membership role to grant
Possible values: [admin, viewer]
Example:
viewerMemberAddRequest
{
"user_id": "7Hb2Kp9QvL3mNx0R8tZ4",
"role": "viewer"
}