API create user endpoint with invalid date

Users created with the admin_api/v1/users POST endpoint have an invalid create date.

curl -X POST 'https://osie.domain.com/admin_api/v1/users' \
  -H 'Authorization: Bearer eyJhb...Ig' \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -d '{
    "email": "ficticious@abc.com",
    "sub": "ficticious@abc.com"
  }'

Also, feature request for first_name and last_name to be available at user creation. The endpoint doesn’t support those fields currently but GET does

Please authenticate to join the conversation.

Upvoters
Status

In Review

Board

🐛 Issues

Date

About 1 hour ago

Author

jcornman

Subscribe to request

Get notified by email when there are changes.