cURL
curl --request POST \ --url https://api.turnkey.com/public/v1/query/list_user_tags \ --header 'Content-Type: application/json' \ --header 'X-Stamp: <api-key>' \ --data ' { "organizationId": "<string>" } '
{ "userTags": [ { "tagId": "<string>", "tagName": "<string>", "tagType": "TAG_TYPE_USER", "createdAt": { "seconds": "<string>", "nanos": "<string>" }, "updatedAt": { "seconds": "<string>", "nanos": "<string>" } } ] }
List all User Tags within an Organization
Unique identifier for a given Organization.
A successful response.
A list of User Tags
Show child attributes
Was this page helpful?