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