/
/Anaconda Server API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 10h ago · Updated 4w ago
account19
artifacts11
auth4
channels79
cves5
diagnosis1
docs1
groups16
installers2
mirrors1
reports1
system12
users18
  • putUpdate user token metadata
  • getGet user tokens for current account by admin user
  • postCreate a new user token by admin user
  • putBulk update of token information for users
  • postBulk update of token information for users
  • putUpdate user token information
  • deleteDelete specific user token
  • putUpdate user token metadata
  • getGet list of users for the group editing
  • postAdmin Only! Create user (handled by IDP for now)
  • getAdmin Only! get individual user by user id (handled by IDP for now)
  • putAdmin Only! Edit the individual user role by user id
  • deleteAdmin Only! delete user (handled by IDP for now)
  • getGet the activity logs for the specific user
  • getGet the list of available roles
  • postAdds a new role
  • putEdit the role
  • deleteDelete the role
  • post/repo/docker/events
  • get/repo/docker/repositories/{channel_id}/{image_name}
users

Get list of users for the group editing

get/users

Query parameters

qstring

the string to search on

limitinteger

the number of results in the result set

offsetinteger

the offset of the result set

Response

successfully retrieved users

idstring

the uid of the

usernamestring

the username of the member

Changes