...
Return details on a specific user in XNAT.
Code Block |
---|
GET - /data/usersuser/{ID | username | email`} |
...
Code Block |
---|
{ ResultSet: { Result: [ { email: "string", enabled: "boolean", firstname: "string", lastname: "string", login: "string", xnat_user_id: "integer"userAuths: [ authId: "string", method: "localdb" ], verified: "boolean" } ], title: "string", totalRecords: "integer" } } |
...