cURL
curl --request POST \ --url https://www.ruddr.io/api/workspace/member-levels \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "isActive": true } '
{ "id": "d4a8c1e7-5f32-4b69-80d3-a9e2f6c01b85", "name": "Principal Consultant", "description": "Senior-level consultants leading major client engagements.", "isActive": true, "createdAt": "2025-04-18T10:22:37.614Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The name of the member level. Max 255 characters.
The description of the member level. Max 5000 characters.
Whether the member level is active. Defaults to true if not provided.
true
200
The unique identifier for the object.
The name of the member level.
The description of the member level.
Whether the member level is active.
The timestamp when the object was created.