For the complete documentation index, see llms.txt. This page is also available as Markdown.

UserResult

No description

union UserResult =
  | InvalidInputError
  | NotFoundError
  | PermissionDeniedError
  | User

Possible types

InvalidInputError object

Error when some of the input parameters in the request are not valid.

NotFoundError object

Error when the user is requesting a resource that does not exist.

PermissionDeniedError object

Error when permission to the requested resource is denied.

User object

Represents a user in Collibra Data Access. It can be a human user or a machine user (service account) which groups accounts in different data sources.

Returned By

createUser mutation ● moveAccountsToExistingUser mutation ● moveAccountsToNewUser mutation ● updateUser mutation ● user query ● userByEmail query ● usersById query

Member Of

AuditDiffLog object

Last updated

Was this helpful?