{
"count": 1,
"samluser": {
"__meta__": {
"user:rd": "op"
},
"cloudaccount_id": "string",
"cloudgroup_id": "string",
"description": "test create network",
"dry_run": false,
"email": "string",
"generate_name": "test###",
"is_emulated": true,
"name": "test-network",
"owner_id": "string",
"project_domain_id": "string",
"status": "string"
}
}curl --location --request POST 'https://example.com:30888/samlusers' \
--header 'Content-Type: application/json' \
--data-raw '{
"count": 1,
"samluser": {
"__meta__": {
"user:rd": "op"
},
"cloudaccount_id": "string",
"cloudgroup_id": "string",
"description": "test create network",
"dry_run": false,
"email": "string",
"generate_name": "test###",
"is_emulated": true,
"name": "test-network",
"owner_id": "string",
"project_domain_id": "string",
"status": "string"
}
}'{
"samluser": {
"CloudaccountId": "string",
"Manager": "string",
"ManagerId": "string",
"brand": "string",
"can_delete": true,
"can_update": true,
"cloudaccount": "string",
"cloudgroup": "string",
"cloudgroup_id": "string",
"cloudrole_id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"delete_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"deleted": true,
"deleted_at": "2019-08-24T14:15:22.123Z",
"description": "string",
"domain_id": "string",
"domain_src": "local",
"email": "string",
"iam_login_url": "string",
"id": "string",
"is_emulated": true,
"metadata": {
"property1": "string",
"property2": "string"
},
"name": "string",
"owner_id": "string",
"owner_name": "string",
"progress": 0,
"project_domain": "string",
"provider": "string",
"status": "string",
"update_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"update_version": 0,
"updated_at": "2019-08-24T14:15:22.123Z"
}
}