User Attributes
GetUserAttribute
Query Parameters
Name
Type
Description
{
"message": "200",
"data": [
{
"id": 1,
"attributeName": "FirstName",
"entityName": "User",
"total": 8
},
{
"id": 2,
"attributeName": "LastName",
"entityName": "User",
"total": 8
}
]
}CreateUserAttribute
Request Body
Name
Type
Description
Last updated