Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A api
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • ironapi
  • api
  • Wiki
  • Api
  • User Administration

User Administration · Changes

Page history
Update User Administration authored Nov 11, 2021 by Andrea Pavlovic's avatar Andrea Pavlovic
Hide whitespace changes
Inline Side-by-side
API/User-Administration.md
View page @ dd26719c
......@@ -9,6 +9,7 @@ POST /data/system/client/query
If available in the universe (i.e. the logged in user has permission to create users):
POST /data/system/client/transitions/create
```
{
"first_name":"Test First",
"last_name":"Test Last",
......@@ -20,6 +21,16 @@ POST /data/system/client/transitions/create
"number_of_unsuccessfull_login_attempts":null,
"email":"test@email.com"
}
```
The language ("2") in the example is german, this ID may be queried in
POST /data/system/language/query
```
{
"iso_code" : "de"
}
```
# Changing Passwords
......
Clone repository
  • API
    • Available Endpoints
    • Changing Passwords
    • Form Input Types
    • Introduction
    • Logout
    • Plugins
    • Queries
    • Queries
      • Attributes
      • Context
      • Query Examples
      • Query Search Options
      • Referenced Instances
      • Saved Queries
    • Schema_Changes
    • Storing Files
View All Pages