getRoles
@GET(value = "organizations/{organization_id}/roles")
Retrieves roles for a specific organization.
Return
A ClerkResult containing either a list of Roles on success or a ClerkErrorResponse on failure
Parameters
organizationId
The unique identifier of the organization
limit
Maximum number of roles to return (optional)
offset
Number of roles to skip for pagination (optional)