Create a user attribute
POST
/users/attributes
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-sandbox.saaslogic.io/v1/users/attributes' \
--header 'Accept: application/json' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"attributeName": "authUserId",
"userName": "john.doe@example.com",
"attributeValue": "365e4564-e90b-12d3-f422-426614174111",
"orgId": "123e4567-e89b-12d3-a456-426614174000"
}'
Response Response Example
{
"message": "dolore"
}
Request
Header Params
Content-Type
string
required
Example:
application/json
Accept
string
required
Example:
application/json
Authorization
string
required
Default:
Bearer {{bearerToken}}
Body Params application/json