
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2018 07:16 PM
Trying to create a new user through the REST API Explorer and not having much luck. What are the requirements for creating a new user?
I created a new field called username, location, profile photo, etc can those be the only requirements?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2018 01:30 PM
I'm testing this in my instance and the only thing that is required is a unique 'user_name' attribute and running the create as a user who has permissions to write to the 'sys_user' table (I'm using an admin account). Also note that you need to supply a sys_id for the location record unless you've set the property for display values to be allowed for reference fields (although this shouldn't prevent the insertion of the user record.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2018 01:30 PM
I'm testing this in my instance and the only thing that is required is a unique 'user_name' attribute and running the create as a user who has permissions to write to the 'sys_user' table (I'm using an admin account). Also note that you need to supply a sys_id for the location record unless you've set the property for display values to be allowed for reference fields (although this shouldn't prevent the insertion of the user record.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2018 04:03 PM
Thank you very much for your help!!! Is it possible to upload a photo to a custom table that contains a photo type field?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2018 04:39 PM
Should be able to do this with the attachment API but I haven't tried it.
Image fields are just an attachment that has pointer to a specific table, record, and field like this...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2018 02:12 PM
After uploading an image to an image field, I see the following symbol:
Not all images look like this, as most show the actual image uploaded. Do you know what that symbol means?