Changelog

GET users/.id: Add in expireAt field.

The GET users/.id endpoint has some new features! We added the following new field: expireAt - an expiration datetime in RFC3339 format that shows a user's expiration time in the organization.

GET users: Add in expireAt field.

The GET users endpoint has some new features! We added the following new field: expireAt - an expiration datetime in RFC3339 format that shows a user's expiration time in the organization

PATCH users/.id: Add in expireAt field.

The PATCH users/.id endpoint has some new features! We added the following new field: expireAt - an expiration datetime in RFC3339 format to update a user's expiration time in the organization. Samsara users added into your organization are now required to have an expiration time.

POST users: Add in expireAt field.

The POST users endpoint has some new features! We added the following new field: expireAt - an expiration datetime in RFC3339 format to set a user's expiration time in the organization. Samsara users added into your organization are now required to have an expiration time.