Skip to main content

Add an existing user to the network with a role

POST 

/v1/networks/:networkId/members

Adds an already-existing user to the network with the given role (admin or viewer), creating an immediately active membership; this does not send an email (use the invitation endpoints to onboard someone by email). Requires the administrator role, and a caller may not grant a role higher than its own (403). Returns 400 if the user does not exist and 409 if they are already a member.

Request

Responses

Member added

Response Headers
    Location

    URL of the member