d5fce1a85c0b10a8f0d536afd0df7775f0dcc725
[arvados.git] / doc / api / User.textile
1 ---
2 layout: default
3 navsection: api
4 title: "Resource: User"
5 navorder: 101
6 ---
7
8 h1. User
9
10 A **User** represents...
11
12 h2. Methods
13
14 See "REST methods for working with Arvados resources":methods.html
15
16 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/user@
17
18 h2. Creation
19
20 h3. Prerequisites
21
22 Prerequisites for creating a User.
23
24 h3. Side effects
25
26 Side effects of creating a User.
27
28 h2. Resources
29
30 Each User has, in addition to the usual "attributes of Arvados resources":resources.html:
31
32 table(table table-bordered table-condensed).
33 |*Attribute*|*Type*|*Description*|*Example*|
34 |email|string|||
35 |first_name|string|||
36 |last_name|string|||
37 |identity_url|string|||
38 |is_admin|boolean|||
39 |prefs|Hash|||
40 |updated_at|datetime|||
41 |default_owner_uuid|string|||
42 |is_active|boolean|||