Skip to main content
POST
/
api
/
user
/
metadata
/
findUserMetadataFieldTemplates
Find user metadata field templates
curl --request POST \
  --url https://api2.rhombussystems.com/api/user/metadata/findUserMetadataFieldTemplates \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '{}'
{
  "templateMap": {}
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

The body is of type object.

Response

200 - application/json

OK

templateMap
object