Users Endpoint
Manage general settings and data for all users. This endpoint allows for the creation of users and getting all users in the database.
Get All Users
Path Parameters
Name
Type
Description
[{
"username": "admin",
"uuid": "3ae74cfd-3174-49e2-ab99-1310bb89fa67",
"password": "$2b$12$O1l14ukIqsL8S/0L1E2IsOYtfvkgtS2H7oJYfKcuMMZVlRSAEnakO",
"accessToken": "M2FlNzRjZmQtMzE3NC00OWUyLWFiOTktMTMxMGJiODlmYTY3.MTYxNjAxODY1MTAyNw.exyGGW61aV04V4GcFUXRIpS1mIqeiSpl",
"passwordLastChanged": 1616018651027,
"createdAt": 1616018651027,
"permissions": 0,
"customAttributes": {},
"2fa": {
"enabled": true,
"enabledAt": 1616154804936,
"token": "HBBWWLRYN4WF4YZDGVYWKWRVMFRXQ5JYO4UVIS25KBFVW52WGAXA",
"mfaToken": "AYIspPs91RUYdabk9WdZvKO3lA9v2MTS"
},
"scopes": {
"key": "",
"permissions": [],
"timeout": 0
}
}, {
"username": "Example user",
"uuid": "333394e3-4330-4d35-95bb-7e3433aff320",
"password": "$2b$12$T9f6EnnE7dtTP/hYjZIwVOXh09LuOIGCXmedjqjEkOZLRXCtww7SS",
"accessToken": "MzMzMzk0ZTMtNDMzMC00ZDM1LTk1YmItN2UzNDMzYWZmMzIw.MTYxNjQ1MDk0OTAwMg.LPmobKhyza2Q8Hc5G2mESGQXNj19g99a",
"passwordLastChanged": 1616450949002,
"createdAt": 1616450949002,
"permissions": 0,
"customAttributes": {},
"2fa": {
"enabled": false
},
"scopes": {
"key": "",
"permissions": [],
"timeout": 0
}
}]Create user account
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Last updated