InvitationAcceptResponse
Result of accepting a network user invitation: the recipient is now a member of the network.
statusstring
Always "accepted" on success
Example:
acceptednetwork_idstring
The network the recipient joined
Example:
9Kp3Lm2QvX7nRt0B8wZ5rolestring
The membership role granted
Possible values: [admin, viewer]
Example:
vieweruser_idstring
The user id the membership is keyed to (existing user, or a newly created one)
Example:
7Hb2Kp9QvL3mNx0R8tZ4InvitationAcceptResponse
{
"status": "accepted",
"network_id": "9Kp3Lm2QvX7nRt0B8wZ5",
"role": "viewer",
"user_id": "7Hb2Kp9QvL3mNx0R8tZ4"
}