Skip to main content

InvitationAcceptResponse

Result of accepting a network user invitation: the recipient is now a member of the network.

statusstring

Always "accepted" on success

Example: accepted
network_idstring

The network the recipient joined

Example: 9Kp3Lm2QvX7nRt0B8wZ5
rolestring

The membership role granted

Possible values: [admin, viewer]

Example: viewer
user_idstring

The user id the membership is keyed to (existing user, or a newly created one)

Example: 7Hb2Kp9QvL3mNx0R8tZ4
InvitationAcceptResponse
{
"status": "accepted",
"network_id": "9Kp3Lm2QvX7nRt0B8wZ5",
"role": "viewer",
"user_id": "7Hb2Kp9QvL3mNx0R8tZ4"
}