user
Extends: | reference |
Namespace: | http://fico.com/xpress/insight/rest/v1 |
A user.
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
username (string) | 0/1 | The username of this user |
firstName (string) | 0/1 | The first name of this user |
lastName (string) | 0/1 | The last name of this user |
email (string) | 0/1 | The email address of this user |
authorities (string) | 0/unbounded | The authorities granted to this user |
authorityGroups (string) | 0/unbounded | The names of the authority groups this user belongs to |
evaluationUser (boolean) | 1/1 | Indicates this user is an evaluation user. |
JSON
property | type | description |
---|---|---|
username | username (string) | The username of this user |
firstName | firstName (string) | The first name of this user |
lastName | lastName (string) | The last name of this user |
email (string) | The email address of this user | |
authorities | array of authorities (string) | The authorities granted to this user |
authorityGroups | array of authorityGroups (string) | The names of the authority groups this user belongs to |
evaluationUser | evaluationUser (boolean) | Indicates this user is an evaluation user. |