website logo
Documentation
Guides
Navigate through spaces
Documentation
Guides
⌘K
Overview
Important Concepts
Family Systems
Fields
Products
Calls
Paginated Requests
Basic Authentication
Users
create
create_child
login
get_user_list
get_info
add_product
update
add_email
set_status
Status
create
Webhooks
JavaScript Customization
Docs powered by archbee 
5min

set_status

This allows you to add or remove a status from an applicant.

Parameters

Name

Type

Required

Description

action

string

true

set_status

clogin_id

integer

true

This is a central login id which identifies a single user between any projects within your organization.

group_id

integer

true

This designates which project the action should be applied towards.

doc

array

true

doc should be empty.

status_id

integer

true

This should be either a 0 to remove the current status, or the status_id which you would like to add. You can find these id's by looking at the editing status window (under tools in user management). help article for editing statuses ***

Remove Status Example

This example would remove a status from the user.

Call

Curl
Python
|

Response

JSON
|





Updated 20 Apr 2022
Did this page help you?
Yes
No
UP NEXT
Status
Docs powered by archbee 
TABLE OF CONTENTS
Parameters
Remove Status Example
Call
Response