[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

InlinePagedResponseUsers1

Defines the properties of User objects


Properties

integer as int32
totalResults Optional

Total number of results if available.


array of User
users Optional

The list of users returned.

JSON Example

{
	"totalResults": 0,
	"users": [
		{
			"accessible": false,
			"address": "string",
			"city": "string",
			"company": "string",
			"country": "string",
			"createTimestamp": 0,
			"createdByUserId": "string",
			"domain": "string",
			"email": "string",
			"emailVerified": "string",
			"eulaInfo": "string",
			"firstName": "string",
			"id": "string",
			"idpId": "string",
			"internalId": "string",
			"lastName": "string",
			"password": "string",
			"state": "string",
			"tradeId": "string",
			"updateTimestamp": 0,
			"updatedByUserId": "string",
			"username": "string",
			"website": "string",
			"workPhone": "string",
			"zipcode": "string"
		}
	]
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Used By

PagedResponseUsers

Feedback

Was this page helpful?