8 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/users@
12 Example UUID: @zzzzz-tpzed-0123456789abcde@
16 Users represent individuals with access to the Arvados cluster.
18 Each User has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html:
20 table(table table-bordered table-condensed).
21 |_. Attribute|_. Type|_. Description|_. Example|
23 |username|string|The username used for the user's git repositories and virtual machine logins. Usernames must start with a letter, and contain only alphanumerics. When a new user is created, a default username is set from their e-mail address. Only administrators may change the username.||
26 |identity_url|string|||
29 |default_owner_uuid|string|||
31 |writable_by|array|List of UUID strings identifying Groups and other Users that can modify this User object. This will include the user's owner_uuid and, for administrators and users requesting their own User object, the requesting user's UUID.||
35 See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@.
37 Required arguments are displayed in %{background:#ccffcc}green%.
45 table(table table-bordered table-condensed).
46 |_. Argument |_. Type |_. Description |_. Location |_. Example |
51 Get the user associated with the provided API token.
55 table(table table-bordered table-condensed).
56 |_. Argument |_. Type |_. Description |_. Location |_. Example |
60 Delete an existing User.
64 table(table table-bordered table-condensed).
65 |_. Argument |_. Type |_. Description |_. Location |_. Example |
66 {background:#ccffcc}.|uuid|string|The UUID of the User in question.|path||
70 table(table table-bordered table-condensed).
71 |_. Argument |_. Type |_. Description |_. Location |_. Example |
72 {background:#ccffcc}.|uuid|string||path||
76 Gets a User's metadata by UUID.
80 table(table table-bordered table-condensed).
81 |_. Argument |_. Type |_. Description |_. Location |_. Example |
82 {background:#ccffcc}.|uuid|string|The UUID of the User in question.|path||
88 See "common resource list method.":{{site.baseurl}}/api/methods.html#index
92 Get the user record for the "system user.":{{site.baseurl}}/api/permission-model.html#system
96 table(table table-bordered table-condensed).
97 |_. Argument |_. Type |_. Description |_. Location |_. Example |
101 Update attributes of an existing User.
105 table(table table-bordered table-condensed).
106 |_. Argument |_. Type |_. Description |_. Location |_. Example |
107 {background:#ccffcc}.|uuid|string|The UUID of the User in question.|path||
108 |user|object||query||