v1
latestOpenAPI 3.0.32026-08-061874701.5 MBAdd user
Adds a user to the organization account.
Who can use this operation?
Permissions: System Admin
If successful, and user auto provisioning (UAP) is on, and user matches the auto provisioning rules, user is added to the org. If UAP is off, or user does not match UAP rules, user is invited to the org and must explicitly accept the invitation to join.
Note: On user model plans, this operation sets licensedSheetCreator to true, regardless of the value provided in the request body.
Note: In some specific scenarios, supplied attributes such as firstName and lastName may be ignored. For example, if you are inviting an existing Smartsheet user to join your organization account, and the invited user has not yet accepted your invitation, any supplied firstName and lastName are ignored.
Query parameters
Either true or false to indicate whether to notify the user by email. Default is false. If true, limit is 1000 emails.
Request body
Example request
{
"id": 48569348493401200,
"admin": true,
"customWelcomeScreenViewed": "2020-08-25T12:15:47Z",
"email": "jane.doe@smartsheet.com",
"firstName": "Jane",
"groupAdmin": true,
"isInternal": true,
"lastLogin": "2020-10-04T18:32:47Z",
"lastName": "Doe",
"licensedSheetCreator": true,
"name": "Jane Doe",
"profileImage": {
"imageId": "u!1!nAtdn5RJB_o!k6_e_3h2R3w!wmYXPek-yVD",
"height": 1050,
"width": 1050
},
"provisionalExpirationDate": "2025-06-14T09:55:30Z",
"resourceViewer": true,
"seatType": "PROVISIONAL_MEMBER",
"seatTypeLastChangedAt": "2025-06-14T09:55:30Z",
"sheetCount": -1,
"status": "ACTIVE"
}Response
Result object containing the newly created User object.
Example response
{
"message": "SUCCESS",
"result": {
"id": 48569348493401200,
"admin": true,
"customWelcomeScreenViewed": "2020-08-25T12:15:47Z",
"email": "jane.doe@smartsheet.com",
"firstName": "Jane",
"groupAdmin": true,
"isInternal": true,
"lastLogin": "2020-10-04T18:32:47Z",
"lastName": "Doe",
"licensedSheetCreator": true,
"name": "Jane Doe",
"profileImage": {
"imageId": "u!1!nAtdn5RJB_o!k6_e_3h2R3w!wmYXPek-yVD",
"height": 1050,
"width": 1050
},
"provisionalExpirationDate": "2025-06-14T09:55:30Z",
"resourceViewer": true,
"seatType": "PROVISIONAL_MEMBER",
"seatTypeLastChangedAt": "2025-06-14T09:55:30Z",
"sheetCount": -1,
"status": "ACTIVE"
}
}