Skip to main content
PATCH
Update a network user

Authorizations

Authorization
string
header
required

OAuth2 Client Credentials Flow

Path Parameters

networkUserId
string
required

The ID of the network user to update

Body

application/json
firstName
string

The first name of the network user

lastName
string

The last name of the network user

phoneNumber
string | null

Optional phone number in "+11231231234" format

Response

Success. Returns the updated network user.

data
object
required