Specific API Endpoints
Create or Update User
Create a new user in Melodi.
PUT
/
users
Authorizations
Your Melodi API key
Body
application/json
Request object for creating or updating an external user
External identifier for the user
User's email address
User's name
User's username
Key-value pairs of segment information. Will be transformed to empty object if null or undefined.
Response
200 - application/json
Represents an external user. Note: The combination of organizationId and externalId must be unique.
Unique identifier for the user
ID of the organization this user belongs to
External identifier for the user
User's name
User's email address
User's username
Was this page helpful?