I am looking for a way to create users from back-end API. What I can read from here is that I can create user by creating his session (API endpoint is here) If secure mode is enabled than it will ignore displayName as well while creating a new user. I want to create user with his avatar as well. Let me know if that is enable through session only?
The best is if I can create in a single call and if that is not possible than please confirm the following flow
Create a new user with Session API
Upload avatar file through File API (Can skip in case of avatarCustomUrl)
Hello, the steps you have listed are accurate. The avatar will need to be updated later using the user update API, as you mentioned in the third bullet point.
Please can you help me upload avatar , file , image .
because when i upload file or image and make get user information doesnât return any file or image that i upload for this user
and when try to upload file how can put the access token for the user I put it in the header or what .
and finally if you have any social network can contact you on it , can you share it with me please?
Hello I have user and I will upload for this user avatar and image , file and video , so I need to make this and when i try to get user information I need to get this files also but when i make get users the files doesnât contains anything