Identity
No description
type Identity {
assigned_resources(
after: String
before: String
first: Int
last: Int
): AssignedResourceConnection!
created_at: DateTimeISO!
custom_attributes: JSONObject
department: String
display_name: String!
email: String
first_name: String
groups: [Group!]!
id: ID!
involvement: IdentityInvolvement!
last_name: String
manager: Identity
manager_id: ID
picture: String
roles: [Role!]!
status: IdentityStatus!
title: String
updated_at: DateTimeISO!
}
Fields
Identity.assigned_resources ● AssignedResourceConnection! non-null object
Identity.assigned_resources.after ● String scalar
Identity.assigned_resources.before ● String scalar
Identity.assigned_resources.first ● Int scalar
Identity.assigned_resources.last ● Int scalar
Identity.created_at ● DateTimeISO! non-null scalar
Identity.custom_attributes ● JSONObject scalar
Identity.department ● String scalar
Identity.display_name ● String! non-null scalar
Identity.email ● String scalar
Identity.first_name ● String scalar
Identity.groups ● [Group!]! non-null object
Identity.id ● ID! non-null scalar
Identity.involvement ● IdentityInvolvement! non-null object
Identity.last_name ● String scalar
Identity.manager ● Identity object
Identity.manager_id ● ID scalar
Identity.picture ● String scalar
Identity.roles ● [Role!]! non-null object
Identity.status ● IdentityStatus! non-null enum
Identity.title ● String scalar
Identity.updated_at ● DateTimeISO! non-null scalar
Returned By
createIdentity mutation ● identity query ● myProfile query ● updateIdentity mutation
Member Of
APIKey object ● Debug object ● Group object ● GroupMemberWithPath object ● Identity object ● IdentityConnection object ● ProvisioningOperation object ● Request object