Get Involved
Edit on GitHubCreateProfileInput
CreateProfileInput
Input type to create a profile
directory | ID! | The parent directory of the profile to create, either as an id, or an AKA |
displayName | String! | The displayName of the profile to create |
email | String! | The email of the profile to create |
externalId | String | Optional externalId of the profile to create. If you are creating a profile for a local directory user, this must be a valid local directory user id |
familyName | String! | The familyName of the profile to create |
givenName | String! | The givenName of the profile to create |
picture | String | Optional picture of the profile to create. This must be a publicly accessible URL |
profileId | String! | The profileId of the profile to create. For new profiles this must be unique for the parent directory |
status | ProfileStatus! | The status of the profile to create |
tags | Scalar | Optional tags for the profile to create |
title | String! | The title of the profile to create |