GetRolealiasesById
Function: getRolealiasesById()
getRolealiasesById<
ThrowOnError>(options):RequestResult<GetRolealiasesByIdResponses,GetRolealiasesByIdErrors,ThrowOnError>
Defined in: app/api/sdk.gen.ts:817
Retrieves the details of a specific role alias by its unique identifier. The GetRoleAlias endpoint is designed to provide specific information about a single alias mapping, enabling clients to inspect individual role definitions and their associated system role identifiers. If the alias does not exist, the endpoint returns a 404 Not Found status to signal the absence of the resource.
Type Parameters
ThrowOnError
ThrowOnError *extends* boolean = false
Parameters
options
Options<GetRolealiasesByIdData, ThrowOnError>
Returns
RequestResult<GetRolealiasesByIdResponses, GetRolealiasesByIdErrors, ThrowOnError>