-
Notifications
You must be signed in to change notification settings - Fork 486
Closed
Description
https://docs.gitlab.com/ee/api/users.html#user-creation
The current endpoint doesn't seem to use extern_uuid. I checked the java docs for this in UserApi
but the underlying method that constructs FormData constructor does not specify the params extern_uuid. I looked into how the User object is storing extern_uuid and I found that it is stored within a list of Identities but this underlying method does not use this.
How might I provide an extern_uuid for ldap user integration? Should the User model object be changed so that extern_uuid is not nested within a list of Identities object?
Metadata
Metadata
Assignees
Labels
No labels