Add User to Nest
PUT /nests/{nestId}/users
PUT
/nests/{nestId}/users
Adds a User to a Nest.
Authorizations
Parameters
Path Parameters
nestId
required
string
The ID of the Nest to which the user will be added.
Request Body
object
userId
string
object
userId
string
object
userId
string
Responses
200
The User was successfully added to the Nest.
404
Not Found
object
type
string
title
string
status
integer format: int32
detail
string
instance
string
key
additional properties
500
Server Error