Get Entities
This method allows customers to fetch the information Boosted has about entities, or their mapping.
`EntityType` and `ReturnType` must be specified. They indicate what entities one wants to get information for (e.g., `USER`, `WORKSPACE`, or `ORG`), and what information the user wants back (e.g., `ID_MAP`, or the full `ENTITY`).
Authentication
Authorizationstring
Enter your JWT Token here in the format: Bearer {token}
Request
Entity BatchGet Request
entity_type
Allowed values:
return_type
Allowed values:
all_ids
external_ids
ids
Response
OK
entity_map
external_entity_map
message
success
Errors
400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error
