Skip to main content
Update Users

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

team_id
integer<int64>
required

Team ID containing the users to update

Required range: x >= 0

Body

application/json
userAccountId
integer<int64>

User account ID of the user to update

Required range: x >= 0
userTemplate
UserTemplate · object

Template containing updated user properties. Only provided fields will be updated.

Response

Response confirming the successful update of users. Contains the user account IDs of all users that were updated.

userAccountIds
integer<int64>[]

List of user account IDs for the successfully updated users

List of user account IDs for the successfully updated users

Required range: x >= 0