🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/user/assignEmailToUser \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"emailToAssign": "user@example.com",
"userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{}Assign a user to an email as long as the user is not currently assigned to one, with validation to prevent duplicate email associations.
curl --request POST \
--url https://api2.rhombussystems.com/api/user/assignEmailToUser \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"emailToAssign": "user@example.com",
"userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9OK
Response object for assigning an email to a user.
Was this page helpful?