Bulk-set the status of multiple institutions
curl --request PUT \
--url https://pria.praxislxp.com/api/admin/institutions/bulk-status \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"ids": [
"<string>"
]
}
'{
"success": true,
"status": "<string>",
"updated": 123,
"skipped": [
{
"id": "<string>",
"reason": "<string>"
}
]
}Admin Institutions
Bulk-set the status of multiple institutions
Sets status to active or inactive for many institutions in one request. Each target is authorized per-institution (institutions.edit RAP).
PUT
/
api
/
admin
/
institutions
/
bulk-status
Bulk-set the status of multiple institutions
curl --request PUT \
--url https://pria.praxislxp.com/api/admin/institutions/bulk-status \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"ids": [
"<string>"
]
}
'{
"success": true,
"status": "<string>",
"updated": 123,
"skipped": [
{
"id": "<string>",
"reason": "<string>"
}
]
}Authorizations
JWT token passed in x-access-token header
Body
application/json
Was this page helpful?
⌘I