...
Note: Private fields (e.g. "rStudioUrl") are omitted unless the requestor is the profile owner or an administrator.
Code Block |
---|
{ |
...
"firstName":"Jane", |
...
"lastName":"Smith", |
...
"displayName":"Jane Smith", |
...
"ownerId":"1001", |
...
"uri":"/userProfile", |
...
"etag":"0" |
...
} |
Update your own profile
Code Block |
---|
PUT https://repo-staging.sagebase.org/repo/v1/userProfile { "firstName":"Jane", "lastName":"Smith", "userName","janesmith@sagebase.org", "displayName":"Jane Smith", "rStudioUrl":"http://rstudiohost.sagebase.org", "ownerId":"1001", "uri":"/userProfile", "etag":"0" } |
...