ENUM

DisableUserAccountErrorCode

DisableUserAccountErrorCode is an error while deleting a user.

link GraphQL Schema definition

1enum DisableUserAccountErrorCode {
2
3# User ID is invalid.
4INVALID_USER_ID
5
6# Requester is not authorized to make the requested change.
7UNAUTHORIZED
8}