saveAccount
Updates the current user account
Input fields
UserChangeset!
)
Updated fields of the user
String!
)
Password of the current user to confirm the update
Return fields
String
)
Display name of the organizational unit
String
)
Email address of the user
String!
)
MD5 hash of the user's email address
ID!
)
ID of the organizational unit
[OrganizationMembership!]!
)
List of the user's organization memberships
Argument | Type | Description |
---|---|---|
limit |
Int
|
Maximum number of memberships to list The default value is |
role |
OrganizationRole
|
Filter the organizations by the membership role |
skip |
Int
|
Skip the first n memberships The default value is |
[PublicKey!]
)
List of a user's SSH public keys
[Repository!]!
)
[RepositoryMembership!]!
)
List of the user's repository memberships
Argument | Type | Description |
---|---|---|
limit |
Int
|
Maximum number of memberships to list The default value is |
role |
RepositoryRole
|
Filter the repositories by the membership role |
skip |
Int
|
Skip the first n memberships The default value is |
String
)
Email address of the user that still needs to be confirmed