Skip to content

Add User to Nest

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
nullable

Responses

200

The User was successfully added to the Nest.

404

Not Found

object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties

500

Server Error