PUT /users/create
Creates a new RowUsers record for the given data.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
user |
the data to use when creating the new user |
body of type: application/xml application/json
|
|
RowUsers
|
Result
RowUsers
of type:
application/xml
application/json
the created RowUsers object
Child Elements:
RowComments
These elements represent the comments associated with the user.
The element contains a __name
attribute with the value comments
.
Try It Out
Request