Skip to content

Obtener un perfil de una organización

GET
/organization/{entityid}/profile/{profileid}

Obtiene un perfil específico asociado a una organización.

Authorizations

bearerAuth

JWT token de autenticación. Utilice este esquema para autenticar solicitudes con un token JWT.

TypeHTTP (bearer)

Parameters

Path Parameters

entityid*

ID de la organización a la que pertenece el perfil.

Typestring
Required
formatuuid
profileid*

ID del perfil a obtener.

Typestring
Required
formatuuid

Responses

Perfil obtenido exitosamente.
application/json
JSON
{
"profile": "string"
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI