[{"label":"Latest (4.4.0)","version":"latest"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
Add Users
DescriptionAdd list of users
Request
URLURL
https://sfo-vcf01.rainpole.io/v1/users
Request Body
Request Body
{
"name": "string",
"role": {
"id": "string"
},
"type": "One among: USER, GROUP, SERVICE"
}
string
type
Required
The type of the user
string
name
Required
The name of the user
string
creationTimestamp
Optional
The timestamp at which the user was created
string
domain
Optional
The domain of the user
string
id
Optional
The ID of the user
string
apiKey
Optional
The API key of the user
Response
Response
Response BodyResponse Body
201 Created returns
PageOfUser
of type(s) application/json
{
"elements": [
{
"apiKey": "string",
"creationTimestamp": "string",
"domain": "string",
"id": "string",
"name": "string",
"role": {
"id": "string"
},
"type": "One among: USER, GROUP, SERVICE"
}
],
"pageMetadata": {
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0
}
}
Errors
Code Samples
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '[{"apiKey":"string","creationTimestamp":"string","domain":"string","id":"string","name":"string","role":{"id":"string"},"type":"One among: USER, GROUP, SERVICE"}]' https://sfo-vcf01.rainpole.io/v1/users
[{"label":"Latest (4.4.0)","version":"latest"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
On This Page
Users Operations
post
delete
get
get
get
get