Skip to content

Extern_uuid for createUser #181

@lamdav

Description

@lamdav

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions