Skip to main content

Create or update my own user

PUT 

/v1/users/me

Preview: The API is in development or testing phases and the interface could still change slightly.

Create or update the current user based on the JWT token. If the user exists, update user information and set status to ACTIVE. If the user does not exist and has a valid email, create the user with ACTIVE status. Application tokens (without email) cannot create users.

Responses

User created or updated successfully