Admin APIs
openbb-entities

Get Permission Map By Role

Get permission map for an entity by role name.

Args: entity_uuid: UUID of the entity. role: Role name ('admin' or 'user', case-insensitive).

Returns: Permission map with UUID, name, and entity UUID.

get/api/v1/admin/openbb/entities/{entity_uuid}/permission-map/{role}

Path parameters

entity_uuidstring required
rolestring required

Response

Successful Response

uuidstring required

Permission map UUID

namestring required

Role name (e.g., 'Admin' or 'User')

entity_uuidstring required

Entity UUID this permission map belongs to

Changes

No recorded changes to this endpoint across all 4 revisions of this API.