Skip to main content

Identity

No description

type Identity {
assigned_resources(
after: String
before: String
first: Int
last: Int
): AssignedResourceConnection!
attribute_sections: [IdentityAttributeSection!]!
attributes: JSONObject!
changelog(after: String, first: Int): IdentityChangelogConnection!
created_at: DateTimeISO!
custom: 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!]!
slack_user_id: String
status: IdentityStatus!
tags: [String!]!
teams_user_id: String
title: String
type: IdentityType
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.attribute_sections ● [IdentityAttributeSection!]! non-null object

Identity.attributes ● JSONObject! non-null scalar

Identity.changelog ● IdentityChangelogConnection! non-null object

Identity.changelog.after ● String scalar
Identity.changelog.first ● Int scalar

Identity.created_at ● DateTimeISO! non-null scalar

Identity.custom ● JSONObject! non-null 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.slack_user_id ● String scalar

Identity.status ● IdentityStatus! non-null enum

Identity.tags ● [String!]! non-null scalar

Identity.teams_user_id ● String scalar

Identity.title ● String scalar

Identity.type ● IdentityType enum

Identity.updated_at ● DateTimeISO! non-null scalar

Returned By

createIdentity mutation ● identity query ● myProfile query ● setIdentityAttributes mutation

Member Of

APIKey object ● Debug object ● Group object ● GroupMemberWithPath object ● Identity object ● IdentityConnection object ● ProvisioningOperation object ● Request object ● SyncPendingAdoption object