Skip to main content

Patch a user

PATCH 

/v1/users/:user_email

This route allows you to patch a user's details. This can be used to update the user's role/s and team/s.

To learn more about users, roles, and teams, check out the documentation.

Request

Path Parameters

    user_email stringrequired

    The email address of the user you want to patch.

Body

    roles string[]

    Possible values: >= 1

    The roles you want to assign to the user.

    teams string[]

    The names of the teams you want to assign the user to.

Responses

Default Response

Loading...