Skip to main content

setOrgStatus

Super admin only. Used to freeze/unfreeze orgs platform-wide. SIDE EFFECT: sets organizations.status, which gates the org's platform access.

setOrgStatus(
orgId: BigInt!
status: String!
): Organization!

Arguments

setOrgStatus.orgId ● BigInt! non-null scalar

Organization id (BigInt as string).

setOrgStatus.status ● String! non-null scalar

New status, e.g. 'active' or 'frozen'.

Type

Organization object