🚧 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/metadata/findUserMetadataFields \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"templateMap": {},
"userFieldValueMap": {}
}Returns the org template metadata fields and the queried users stored values for those fields if they’ve been set, providing complete metadata information for a specific user.
curl --request POST \
--url https://api2.rhombussystems.com/api/user/metadata/findUserMetadataFields \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"templateMap": {},
"userFieldValueMap": {}
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Was this page helpful?