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
A successful response.
The response is of type object.
object
Was this page helpful?