Portal Developers
Update Developer
Updates the status of a particular developer. Approved developers have access to login to the portal. Revoked, rejected, or pending are not allowed to login. Even if a developer's status is no longer approved, they will still be able to using any existing credentials generated while they were approved, until each application registration is revoked or deleted.
patch/v3/portals/{portalId}/developers/{developerId}
Request body
Example request
{
"status": "approved"
}Response
Details about the developer being updated.
Example response
{
"id": "7cd9feff-b4da-4a9f-ba49-cbe83c75ff22",
"email": "developer@example.com",
"full_name": "Jane Dev",
"status": "approved",
"created_at": "2022-11-15T20:37:41.457Z",
"updated_at": "2022-11-15T20:37:47.456Z"
}