cURL
curl --request POST \ --url https://www.ruddr.io/api/workspace/member-tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
{ "id": "b5d9e3a1-7f24-4c68-91b0-f2a3c8d06e47", "name": "Senior", "isActive": true, "createdAt": "2025-01-20T10:45:12.337Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The name of the member tag. Max 255 characters.
Whether the member tag is active. Defaults to true if not provided.
true
200
The unique identifier for the object.
The name of the member tag.
Whether the member tag is active.
The timestamp when the object was created.