cURL
curl --request PATCH \ --url https://www.ruddr.io/api/workspace/member-certifications/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
200
Result
{ "id": "a3f7c821-58d4-4e91-b6c3-2f0d9e7a1b45", "name": "Power Platform Fundamentals", "isActive": true, "createdAt": "2025-11-17T17:21:22.444Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The member certification uuid
uuid
The name of the member certification.
Whether the member certification is active.
The unique identifier for the object.
The timestamp when the object was created.